ListBase.ListChangedEventHandler<T> Delegate
Represents the method that will handle the
ListBase<T>.ListChanged event of the
ListBase<T> class.
Parameters
- sender
- The source of the event.
- e
- The ListBase.ListChangedEventArgs<T> instance containing the event data.
Type Parameters
- T